home *** CD-ROM | disk | FTP | other *** search
/ Total Network Tools 2002 / NextStepPublishing-TotalNetworkTools2002-Win95.iso / Archive / Port Scanners / LANguard Port Scanner.exe / readme.txt < prev   
Encoding:
Text File  |  2001-01-26  |  4.0 KB  |  125 lines

  1. --------------------------
  2.  Languard PortScan Readme 
  3.  
  4.    http://www.gfi.com
  5. --------------------------
  6.  
  7.  
  8. UI functionality :
  9. The UI will have following options.
  10.  
  11.  
  12.  
  13. 1.    Scan Type:
  14.  
  15.              o         TCP
  16.              o         UDP
  17.              o         ICMP
  18.  
  19. In the current build, only TCP option is implemented.
  20.  
  21.  
  22.  
  23. 2.    Scan Options:
  24.  
  25.              o         Ping only
  26.              o         Ping and Scan
  27.              o         Show Host Responses
  28.  
  29.  
  30. User can decide to perform only æpingÆ or æping and scanÆ. When user 
  31. selects æPing onlyÆ. All the given hosts will only be pinged to check 
  32. if they are up.
  33.  
  34. The method used for ping is ICMP echo ping. The hosts will not be scanned 
  35. for open ports and hence option of æShow Host ResponcesÆ will be disabled.
  36. When user selects æPing and ScanÆ, the option of æShow Host ResponcesÆ is 
  37. enabled. In this option, the application will first perform æpingÆ on the 
  38. given host and then scan the given list of ports.
  39.  
  40. If æShow Host ResponcesÆ option is checked, then the host responces ( if 
  41. any ) will be displayed to the user for each port being scanned.
  42.  
  43.  
  44.  
  45. 3.    IP Range:
  46.  
  47. Here, the user can specify the hosts to be scanned and/or pinged.
  48. The options for specifying hosts are as follows,
  49.  
  50.        a. Define Range:
  51.                        The user can specify the start and end 
  52.                        IP addresses of the range to be scanned.
  53.                        e.g. Start = 1.0.0.1 and End = 1.0.0.10
  54.  
  55.        b. Import Range:
  56.                        The user can specify a txt file from 
  57.                        which the application will pick up the hosts.
  58.  
  59. The user will have to click on the æ->Æ button to invoke the dialog box for 
  60. selecting hosts from a txt file. In this dialog box, the user can æBrowseÆ 
  61. for the file, then æExatractÆ the host names, select the hosts and æResolveÆ 
  62. the host names and click on æDoneÆ to complete the host selection from file.
  63. Eg: File will have entries as shown below.
  64.  
  65. www.cgynetsoft.com
  66. www.microsoft.com, www.netscape.com
  67. 1.0.0.1
  68.  
  69.  
  70. c. Multiple Range:
  71. User can specify complex ranges using this option. User can make use of the 
  72. wild cards like æ*Æ and æ-æ to specify ranges. Thus the user can specify 
  73. ô1.0.0.1-5, 1.0.0.10ö to scan hosts from 1.0.0.1 through 1.0.0.5 and host 
  74. 1.0.0.10. Eg 1.0.0.1-5, 2.1-5.0.1, 1.0.0.*
  75.  
  76.  
  77.  
  78. 4.    Port Range:
  79. a. Multiple Range:
  80. Using this option, user can specify multiple ports to be scanned. Thus user 
  81. can specify ô1-150, 443, 500-700ö to scan ports from 1 through 150 and port 
  82. 443 and ports from 500 through 700.
  83. Eg 1-50,78,79,80-120
  84.  
  85.  
  86. b. Import Range:
  87. User can select list of ports from a file. The dialog box for port list selection 
  88. will pick up æ.lstÆ file from the current directory and list out the valid æport-
  89. descriptionÆ entries from a file. The user can select different file using æLoadÆ. 
  90. Different files can be merged and saved using æMergeÆ and æSaveÆ buttons. User 
  91. can select the ports by æcheckingÆ the ports from the list.
  92.  
  93. The File will look some like this
  94. +,21,FTP
  95. -,23,telnet
  96. +,25,smtp
  97.  
  98.  
  99. 5.    Menu Options:
  100.  
  101. a. æOptionsÆ | æAdvancedÆ
  102. The user can configure the æTCP Connect TimeoutÆ and æPing TimeoutÆ. The default 
  103. values will be 3000 and 2000 milli seconds.
  104.  
  105. b. æLogsÆ | æLoggingÆ
  106. User can toggle this option to specify if log file is to be generated for the 
  107. scanning.
  108.  
  109. c. æLogsÆ | æLog SetupÆ
  110. The user can specify the log file details like, the directory and file name.
  111.  
  112.  
  113. Running GFI Port Scanner:
  114.  
  115. The User should select the required æScan OptionsÆ, æIP RangeÆ, æPort RangeÆ 
  116. and click on æScanÆ button to start the scannin and/or Pinging process.
  117. The status of the Scan will be displayed in the second and third split panes.
  118. The second pane will display the list of hosts in tree format. It will display 
  119. the open ports as children of the host node.
  120. The user can æPauseÆ or æStopÆ the scanning/Ping by pressing the required 
  121. buttons.
  122.  
  123. Note: Only one instance of Port Scanner is allowed to be executed.
  124.  
  125.